From 62344270c58abc1ca65fba65f5c1f4a1d81b493e Mon Sep 17 00:00:00 2001 From: Junpeng Qiu Date: Thu, 19 Nov 2015 22:52:43 -0500 Subject: [PATCH] Fix the value of `which-key-side-window-location' --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 7347fad3723..18b277ecda1 100644 --- a/which-key.el +++ b/which-key.el @@ -164,7 +164,7 @@ and nil. Nil turns the feature off." :group 'which-key :type 'integer) -(defcustom which-key-side-window-location 'echo +(defcustom which-key-side-window-location 'bottom "Location of which-key popup when `which-key-popup-type' is side-window. Should be one of top, bottom, left or right. You can also specify a list of two locations, like (right bottom). In this case, the -- 2.30.2